Skip to content

Conversation

@pmenzel
Copy link
Contributor

@pmenzel pmenzel commented Jul 31, 2026

No description provided.

Without -r, `read` interprets backslashes as escape/continuation
characters and strips them, so filenames containing a backslash (e. g.
systemd’s `\x2d` escaping) are mangled. `bee check` then looks up the
wrong path and wrongly reports the file as missing.

Read the CONTENT file lines verbatim with `read -r`, matching the
convention already used elsewhere in the tree (`bee-query.sh.in`,
`filelist2content.sh.in`).

Resolves: #68
Assisted-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign in to join this conversation on GitHub.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant